Breakpoints

You can set a breakpoint by:

  1. Double click in the function list box at the left. You choose the function to stop. That’s all.
  2. Type a file name and a line number to specify a breakpoint at a given position in your source code.

 

You can erase a breakpoint by selecting it from the breakpoint list, then pushing the “erase” button.

 

You can edit the properties of the breakpoint by double click in the breakpoint list. A dialog box will open, asking you for the number of times you want to step over this breakpoint without stopping.

 

Note that the “modules” combo box contains the list of self contained modules in the program that is started, including the DLLls.